Current File : /var/www/e360ban/wp-content/plugins/gravityforms/css/editor.css |
/*
----------------------------------------------------------------
editor.css
Gravity Forms Form Editor Styles
http: //www.gravityforms.com
Gravity Forms is a Rocketgenius project
copyright 2008-2021 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.
NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
----------------------------------------------------------------
*/
/* Variables */
/* -----------------------------------------------------------------------------
*
* Variables
*
* This file is just a clearing-house.
* Make partials (start with an underscore) elsewhere for actual code.
*
* ----------------------------------------------------------------------------- */
/* Colors */
/* -----------------------------------------------------------------------------
*
* Variables: Color
*
* ----------------------------------------------------------------------------- */
/* Box Shadows */
/* -----------------------------------------------------------------------------
*
* Variables: Box Shadow
*
* ----------------------------------------------------------------------------- */
/* Font Icons */
/* stylelint-disable */
/* -----------------------------------------------------------------------------
*
* Variables: Admin Icons (via IcoMoon)
*
* This file is generated using the `gulp icons` task. Do not edit it directly.
*
* ----------------------------------------------------------------------------- */
/* Heights */
/* -----------------------------------------------------------------------------
*
* Variables: Height
*
* ----------------------------------------------------------------------------- */
/* Images */
/* -----------------------------------------------------------------------------
*
* Variables: Images
*
* ----------------------------------------------------------------------------- */
/* Media Queries */
/* both on theme and in admin the point at which admin bar swaps desktop/mobile */
/* Transitions */
/* -----------------------------------------------------------------------------
*
* Variables: Transitions
*
* ----------------------------------------------------------------------------- */
/* Typography */
/* -----------------------------------------------------------------------------
*
* Variables: Typography
*
* ----------------------------------------------------------------------------- */
:root {
/* Font Families */
/* Font Weights */
/* Font Sizes */
/* Line Heights */
}
/* -----------------------------------------------------------------------------
*
* Mixins
*
* This file is just a clearing-house.
* Make partials (start with an underscore) elsewhere for actual code.
*
* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
*
* Mixins: Elements
*
* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
*
* Mixins: Icons
*
* ----------------------------------------------------------------------------- */
/*
* Mixins: Inputs
* Added to keep settings area in sync with components used elsewhere.
* Not to be used more unless absolutely necessary.
*/
/* Components */
/*
* Styles for the Browser Notice component.
*
* Used in editor.css.
*/
.gform-browser-notice {
align-items: center;
display: flex;
justify-content: flex-start;
}
.gform-browser-notice__inner {
display: flex;
flex-direction: column;
margin-top: 10rem;
max-width: 100%;
width: 700px;
}
.gform-browser-notice__media, .gform-browser-notice__content {
flex: 1;
}
.gform-browser-notice__media {
display: flex;
}
.gform-browser-notice__media--inline {
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.gform-browser-notice__media--inline img {
height: 3rem;
margin: 0 0.5rem;
width: 3rem;
}
.gform-browser-notice__content p {
font-size: 1.0625rem;
font-weight: normal;
line-height: 1.75;
text-align: center;
}
/*
* Styles for the form editor fields container and dropzone.
*
* Used in editor.css.
*/
.form_editor_fields_container {
background-color: transparent;
display: flex;
flex-direction: column;
flex-grow: 1;
max-height: calc(100% - 160px);
max-width: calc(100% - 594px);
min-height: calc(100% - 160px);
overflow-x: hidden;
overflow-y: auto;
padding: 2rem 2rem 2rem 2rem;
position: relative;
right: 0;
top: 4rem;
z-index: 1;
}
.gf_browser_safari .form_editor_fields_container .simplebar-content {
min-height: calc(100vh - 12.5rem);
}
.form_editor_fields_container.form_editor_fields_no_fields {
overflow-y: hidden;
}
.form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 562px 2rem 2rem;
z-index: 2;
}
.gform-jetpack-admin-menu .form_editor_fields_container {
max-width: calc(100% - 706px)
}
.gform-jetpack-admin-menu .form_editor_fields_container.droppable {
padding-right: 674px;
}
.folded .form_editor_fields_container {
max-width: calc(100% - 470px)
}
.folded .form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 438px 2rem 2rem;
z-index: 2;
}
.dropzone__placeholder {
background: #fff;
box-sizing: border-box;
height: calc(100vh - 186px);
left: 50%;
margin: 0;
position: absolute;
text-align: center;
top: 6rem;
transform: translateX(-50%);
transition: opacity 0.19s ease-out;
width: 100%;
z-index: 2;
}
.dropzone-loader-visible .dropzone__placeholder {
opacity: 0;
}
.droppable .dropzone__placeholder {
height: calc(100vh - 130px);
}
.dropzone__placeholder p {
color: #242748;
display: block;
font-size: 1.0625rem;
font-style: normal;
font-weight: 400;
line-height: 1.75rem;
padding: 0 3.125rem;
}
.dropzone__placeholder .gform-editor__no-fields-graphic {
height: auto;
max-width: 100%;
}
.dropzone__placeholder.hovering {
opacity: 0
}
.dropzone__placeholder.hovering::after {
opacity: 0.25;
}
.dropzone__loader {
padding: 1rem;
}
.dropzone__loader-item {
background: #ecedf8;
border-radius: 3px;
}
.dropzone__loader-label {
height: 1.438rem;
width: 8.125rem;
}
.dropzone__loader-content {
height: 3.125rem;
margin-top: 0.25rem;
}
.dropzone__target {
background: #f6f9fc;
border: 2px dashed #3e7da6;
border-radius: 5px;
height: 8.125rem;
opacity: 0;
position: relative;
transition: opacity 0.19s ease-out;
z-index: 1
}
.dropzone__target.hovering {
opacity: 1;
}
html[dir="rtl"] .form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 2rem 2rem 562px;
}
html[dir="rtl"] .folded .form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 2rem 2rem 438px;
}
@media only screen and (max-width: 960px) {
.form_editor_fields_container {
max-width: calc(100% - 494px);
width: 100%
}
.form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 462px 2rem 2rem;
}
.gform-jetpack-admin-menu .form_editor_fields_container {
max-width: calc(100% - 605px)
}
.gform-jetpack-admin-menu .form_editor_fields_container.droppable {
padding-right: 573px;
}
.folded .form_editor_fields_container, .auto-fold .form_editor_fields_container {
max-width: calc(100% - 370px);
width: 100%
}
.folded .form_editor_fields_container.droppable, .auto-fold .form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 338px 2rem 2rem;
}
html[dir="rtl"] .form_editor_fields_container {
max-width: calc(100% - 494px);
padding-left: 2rem
}
html[dir="rtl"] .form_editor_fields_container.droppable {
max-width: calc(100% - 494px);
padding: 2rem 2rem 2rem 338px;
}
html[dir="rtl"] .folded .form_editor_fields_container, html[dir="rtl"] .auto-fold .form_editor_fields_container {
max-width: calc(100% - 370px)
}
html[dir="rtl"] .folded .form_editor_fields_container.droppable, html[dir="rtl"] .auto-fold .form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 2rem 2rem 338px;
}
}
@media only screen and (max-width: 782px) {
.form_editor_fields_container {
max-height: calc(100% - 42px);
max-width: calc(100% - 334px);
min-height: calc(100% - 42px)
}
.form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 302px 2rem 2rem;
}
.folded .form_editor_fields_container, .auto-fold .form_editor_fields_container {
max-width: calc(100% - 334px);
width: 100%
}
.folded .form_editor_fields_container.droppable, .auto-fold .form_editor_fields_container.droppable {
max-width: 100%;
padding: 2rem 302px 2rem 2rem;
}
html[dir="rtl"] .folded .form_editor_fields_container, html[dir="rtl"] .auto-fold .form_editor_fields_container, html[dir="rtl"] .form_editor_fields_container {
max-width: calc(100% - 334px)
}
html[dir="rtl"] .folded .form_editor_fields_container.droppable, html[dir="rtl"] .auto-fold .form_editor_fields_container.droppable, html[dir="rtl"] .form_editor_fields_container.droppable {
max-width: 100%;
padding-left: 302px;
}
}
/* Styles */
/*
* Add field buttons in the form editor sidebar.
*
* Used in editor.css.
*/
.add-buttons, .panel-block-tabs__body {
border: none;
border-left: none;
padding: 0.875rem;
width: auto;
}
html[dir="rtl"] .add-buttons {
justify-content: right;
}
.add-buttons {
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: left;
margin: 0;
overflow: visible;
}
.add-buttons li {
margin-bottom: 0.8125rem;
width: 33.33%;
}
.add-buttons li button, .add-buttons li button.button {
align-items: stretch;
background: transparent;
border: 1px solid #d5d7e9;
border-radius: 3px;
color: #242748;
cursor: -webkit-grab;
cursor: grab;
display: flex;
flex-direction: column;
font-size: 0.8125rem;
height: 5.8125rem;
justify-content: space-around;
margin: 0 auto;
padding: 0.5rem 0 0 0;
transition: 0.1s all ease-in-out;
width: 6.1875rem;
word-break: break-word
}
.add-buttons li button:hover, .add-buttons li button.button:hover {
border-color: #3e7da6;
color: #3e7da6;
}
.add-buttons li button:focus, .add-buttons li button.button:focus {
border: 1px solid #3985b7;
border-radius: 3px;
box-shadow: 0 0 0 2px #bed8ed;
color: #242748;
outline: none;
transition: box-shadow 0.15s ease;
}
.add-buttons li button.fieldPlaceholder {
border: 1px dashed #d5d7e9;
}
.add-buttons li button.fieldPlaceholder div {
opacity: 0;
}
button.ui-draggable-dragging {
align-items: stretch;
background: #fff;
border: 1px solid #d5d7e9;
border-radius: 3px;
box-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
color: #242748;
cursor: -webkit-grabbing;
cursor: grabbing;
display: flex;
flex-direction: column;
font-size: 0.8125rem;
justify-content: space-around;
padding: 0.5rem 0 0 0;
text-align: center;
white-space: normal;
z-index: 999999999;
}
html[dir="rtl"] div.gforms_edit_form button.ui-draggable-dragging, html[dir="rtl"] div.gforms_edit_form button.ui-draggable-dragging div {
text-align: center !important;
}
button .button-text {
font-size: 0.75rem;
font-weight: 400;
line-height: 1rem;
padding: 0 0 0.5rem;
text-align: center;
}
.button-icon {
border-radius: 3px;
font-family: "dashicons";
font-size: 1.3125rem;
height: 1.5rem;
text-align: center;
width: 100%;
}
.button-icon img {
color: #242748;
fill: #242748;
width: 1.3125rem;
}
.button-icon::before {
line-height: 1.5rem;
transition: all 0.1s ease-in-out;
}
.button-icon.icon-default::before {
content: "\f111";
}
/*
* Layout editor styles.
*
* Used in admin.css.
*
* This needs to be broken into more discrete components.
*/
.gform_debug .hovering, .gform_debug .spacer {
border-color: #f00 !important;
border-style: dashed;
}
.gform_debug .gfield::after, .gform_debug button::after {
content: attr(data-groupId);
display: block;
font-family: monospace;
font-size: 0.875rem;
text-align: center;
width: 100%;
}
#indicator {
background-color: #3e7da6;
border-radius: 3px;
height: 0.25rem;
position: absolute;
width: 100%;
}
.dropzone-loader-visible #indicator {
opacity: 0;
}
.gform_editor {
-webkit-font-smoothing: antialiased;
line-height: 1.5;
padding: 4rem 3rem 8rem;
position: relative;
}
.gform_editor .right_label fieldset.gfield, .gform_editor .left_label fieldset.gfield {
padding-top: 1rem;
}
.gform_editor .right_label fieldset.gfield .gfield-admin-icons, .gform_editor .left_label fieldset.gfield .gfield-admin-icons {
top: calc((3rem + 2px) * -1);
}
.gform_editor .right_label legend.gfield_label, .gform_editor .left_label legend.gfield_label {
top: 0;
}
.gform_editor .gform_hidden label, .gform_editor .gform_hidden {
display: block;
}
.gform_editor .gform_hidden input, .gform_editor .gform_hidden label {
opacity: 0.6;
}
.gform_editor .gform_hidden .ui-resizable-handle {
display: none !important;
}
.gform_editor .gfield_radio li {
list-style-type: none;
margin: 0;
}
.gform_editor .gfield_radio li input {
height: 1rem;
margin: 0.1875rem 0.25rem 0;
width: 1rem;
}
div.wrap.gf_browser_chrome .gform_editor .gfield_radio li input {
margin-left: 0 !important;
}
.gform_editor .gfield_radio li label {
display: inline-block;
font-size: 0.9375rem;
margin: 0;
}
.gform_editor .gform_fields > li {
list-style-type: none;
}
.gform_editor .gfield_checkbox li label {
margin: -0.5625rem 0 0;
}
#gform_fields {
grid-column-gap: 1rem;
position: relative;
}
#gform_fields.left_label, #gform_fields.right_label {
grid-column-gap: 3.125rem;
}
.gform_fields .gfield, .gform_wrapper.gravity-theme .gform_fields .gfield {
margin: 0 0 2.5rem 0;
}
.gform_fields.left_label fieldset.gfield, .gform_fields.right_label fieldset.gfield {
margin-left: 1em;
}
.gform_wrapper.gravity-theme .left_label .gfield_label + .ginput_container, .gform_wrapper.gravity-theme .right_label .gfield_label + .ginput_container {
width: 70%;
}
html[dir="rtl"] #no-fields {
text-align: center !important;
}
html[dir="rtl"] #no-fields p {
text-align: center !important;
}
.gfield {
border: 1px solid transparent;
border-radius: 1px;
box-sizing: content-box !important;
font-size: 1rem;
grid-column: 1 / -1;
margin: 0;
padding: 1rem;
/* jQuery UI Resizable doesn't work well with border-box */
position: relative;
}
.gfield[focus-within], .gfield.field_selected {
border-color: transparent;
}
.gfield:focus-within, .gfield.field_selected {
border-color: transparent;
}
.gfield::before {
background-color: #d5d7e9;
border-radius: 5px;
bottom: 1.063rem;
content: "";
left: -5px;
opacity: 0;
position: absolute;
top: 1.1rem;
transition: opacity ease-in-out 200ms;
width: 0.25rem;
z-index: 1;
}
html[dir="rtl"] .gfield::before {
left: auto;
right: -0.3125rem;
}
.gfield.spacer::before {
display: none;
}
.gfield:hover::before, .gfield[focus-within]::before, .gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging)::before {
opacity: 1;
}
.gfield:hover::before, .gfield:focus-within::before, .gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging)::before {
opacity: 1;
}
.gfield.gform_hidden:hover::before, .gfield.gform_hidden.field_selected:not(.placeholder):not(.ui-draggable-dragging)::before, .gfield.gfield_html:hover::before, .gfield.gfield_html.field_selected:not(.placeholder):not(.ui-draggable-dragging)::before {
bottom: 1rem;
}
fieldset.gfield::before, fieldset.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging)::before {
left: -1rem;
top: 1.063rem;
}
.gfield textarea {
display: block;
}
.gfield:focus {
outline: 0;
}
.dragging .gfield:not(.clone):not(.placeholder):not(.spacer) {
border-radius: 5px;
}
.gfield.ui-draggable-dragging {
background: transparent;
border: 0;
}
.gfield.ui-draggable-dragging label, .gfield.ui-draggable-dragging legend, .gfield.ui-draggable-dragging .ginput_container, .gfield.ui-draggable-dragging .gfield_description, .gfield.ui-draggable-dragging::before, .gfield.ui-draggable-dragging .ui-resizable-handle.ui-resizable-e, .gfield.ui-draggable-dragging input, .gfield.ui-draggable-dragging .hour_minute_colon {
opacity: 0 !important;
}
.spacer {
padding: 1rem 0;
}
.spacer::after {
content: "";
}
/* Will be overridden inline. */
.gfield.custom {
-ms-grid-column-span: 1;
grid-column: span 1;
}
.ui-sortable-helper {
opacity: 0.5;
}
.gfield .ui-resizable-e, .gfield .ui-resizable-w {
background-color: #3e7da6;
border-radius: 5px;
bottom: 1.063rem;
cursor: ew-resize;
opacity: 0;
pointer-events: none;
right: -0.25rem;
top: 1.1rem;
transition: all ease-in-out 200ms;
width: 0.25rem;
}
fieldset.gfield .ui-resizable-e, fieldset.gfield .ui-resizable-w {
top: 1rem;
}
.gpage .ui-resizable-handle, .gsection .ui-resizable-handle {
display: none !important;
}
.gfield[focus-within] .ui-resizable-e, .gfield[focus-within] .ui-resizable-w, .gfield:hover .ui-resizable-e, .gfield:hover .ui-resizable-w, .gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-e, .gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-w, .ui-resizable-resizing .ui-resizable-e, .ui-resizable-resizing .ui-resizable-w {
opacity: 1;
pointer-events: initial;
}
.gfield:focus-within .ui-resizable-e, .gfield:focus-within .ui-resizable-w, .gfield:hover .ui-resizable-e, .gfield:hover .ui-resizable-w, .gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-e, .gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-w, .ui-resizable-resizing .ui-resizable-e, .ui-resizable-resizing .ui-resizable-w {
opacity: 1;
pointer-events: initial;
}
.gfield .ui-resizable-w {
display: none !important;
}
/* stylelint-disable-next-line */
html[dir="rtl"] .gfield:not(.ui-draggable-dragging) .ui-resizable-w {
display: block !important;
left: -0.25rem;
right: auto;
}
html[dir="rtl"] .gfield .ui-resizable-e {
display: none !important;
}
.gf-drag-handle {
background-color: #000;
height: 1rem;
left: -1rem;
position: absolute;
top: -1rem;
width: 1rem;
}
.gfield-admin-icons {
background: #fff;
border: 1px solid #d5d7e9;
border-radius: 3px;
box-shadow: 0 2px 12px rgba(28, 31, 63, 0.09);
display: flex;
flex-direction: row;
left: 1rem;
opacity: 0;
pointer-events: none;
position: absolute;
top: calc((3rem + 2px) * -1);
transition: all ease-in-out 200ms;
z-index: 2;
}
.gfield-admin-icons .gfield-field-action {
align-items: center;
background-color: #fff;
border: 0;
border-left: 1px solid #d5d7e9;
color: #242748;
cursor: pointer;
display: flex;
font-size: 0;
height: 3rem;
justify-content: center;
outline: none;
position: relative;
width: 3rem;
}
.gfield-admin-icons .gfield-field-action .gform-icon--trash, .gfield-admin-icons .gfield-field-action .gform-icon--duplicate, .gfield-admin-icons .gfield-field-action .gform-icon--drag-indicator, .gfield-admin-icons .gfield-field-action .gform-icon--settings {
font-size: 1.625rem;
}
.gfield-admin-icons .gfield-field-action .dashicons {
line-height: 3rem;
}
.gfield-admin-icons .gfield-field-action:first-child {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.gfield-admin-icons .gfield-field-action svg {
outline: none;
vertical-align: middle;
}
.gfield-admin-icons .gfield-field-action .gfield-field-action__description {
background: #242748;
border-radius: 2px;
color: #fff;
font-size: 0.625rem;
font-weight: 500;
left: 50%;
line-height: 1.5;
opacity: 0;
padding: 0.35rem 0.75rem;
position: absolute;
text-align: center;
top: -1.25rem;
transform: translateX(-50%);
transition: all ease-in-out 200ms;
z-index: 100;
}
.gfield-admin-icons .gfield-field-action:hover .gfield-field-action__description, .gfield-admin-icons .gfield-field-action:focus .gfield-field-action__description {
opacity: 1;
transition-delay: 300ms;
}
.gfield-admin-icons .gfield-edit:hover, .gfield-admin-icons .gfield-edit:focus, .gfield-admin-icons .gfield-delete:hover, .gfield-admin-icons .gfield-delete:focus {
color: #3e7da6;
}
.gfield-admin-icons .gfield-edit:hover path, .gfield-admin-icons .gfield-delete:hover path, .gfield-admin-icons .gfield-delete:focus path {
fill: #3e7da6;
}
.gfield-admin-icons .gfield-duplicate {
border-radius: 0
}
.gfield-admin-icons .gfield-duplicate:hover .stroke, .gfield-admin-icons .gfield-duplicate:focus .stroke {
stroke: #3e7da6;
}
.gfield-admin-icons .gfield-duplicate:hover .fill, .gfield-admin-icons .gfield-duplicate:focus .fill {
fill: #3e7da6;
}
.gfield-admin-icons .gfield-drag:active path {
fill: #fff;
}
.gfield-admin-icons .gfield-drag {
cursor: -webkit-grab;
cursor: grab
}
.gfield-admin-icons .gfield-drag:hover i::before, .gfield-admin-icons .gfield-drag:focus i::before {
color: #3e7da6;
}
.gfield-admin-icons .gfield-delete {
border-radius: 0 3px 3px 0;
outline: none;
position: relative;
z-index: 20;
}
.gfield-admin-icons .gfield-delete svg {
position: relative;
top: -1px;
}
.gfield-admin-icons .gfield-icon {
background: #242748;
color: #fff;
font-size: 1.5em;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z-index: 10;
}
#gform_fields.top_label fieldset.gfield {
padding: 1rem 1rem 1rem 1rem;
}
body:not(:-moz-handler-blocked) #gform_fields fieldset.gfield {
display: table-cell;
}
.gform_wrapper fieldset.gfield .gfield-admin-icons {
margin-bottom: 1rem;
top: calc((5rem + 2px) * -1);
}
.gform_wrapper fieldset.gfield legend {
left: -0.13rem;
position: relative;
top: 0.9rem;
}
/* Safari positions the admin icons differently */
/* stylelint-disable-next-line */
_::-webkit-full-page-media, _:future, :root #gform_fields fieldset.gfield .gfield-admin-icons {
top: calc((5rem + 2px) * -1);
}
/* Firefox also has same issue, rule requires new declaration */
.gf_browser_gecko #gform_fields fieldset.gfield .gfield-admin-icons {
top: calc((5rem + 2px) * -1);
}
#gform_fields.left_label fieldset .gfield-admin-icons {
left: 0;
}
.ui-draggable-dragging .gfield-admin-icons, .gfield[focus-within] .gfield-admin-icons, .gfield:hover .gfield-admin-icons, .gfield.field_selected:not(.placeholder) .gfield-admin-icons {
opacity: 1;
pointer-events: initial;
}
.ui-draggable-dragging .gfield-admin-icons, .gfield:focus-within .gfield-admin-icons, .gfield:hover .gfield-admin-icons, .gfield.field_selected:not(.placeholder) .gfield-admin-icons {
opacity: 1;
pointer-events: initial;
}
.ui-draggable-dragging .gfield-admin-icons {
background: #242748;
border-color: #242748;
box-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
}
.ui-draggable-dragging .gfield-admin-icons .gfield-field-action {
border-color: #242748;
}
.ui-draggable-dragging .gfield-admin-icons .gfield-drag, .ui-draggable-dragging .gfield-admin-icons .gfield-edit {
background-color: #242748;
color: #fff;
}
.ui-draggable-dragging .gfield-admin-icons .gfield-duplicate, .ui-draggable-dragging .gfield-admin-icons .gfield-edit {
display: none;
}
.ui-draggable-dragging .gfield-admin-icons .gfield-delete {
opacity: 0;
}
.ui-draggable-dragging .gfield-admin-icons .gfield-drag rect, .ui-draggable-dragging .gfield-admin-icons .gfield-edit path, .ui-draggable-dragging .gfield-admin-icons .gfield-delete path {
fill: #fff;
}
.ui-draggable-dragging .gfield-admin-icons .gfield-field-action__description {
display: none !important;
}
.ui-draggable-dragging .gfield-admin-icons .gfield-icon {
opacity: 1;
}
html[dir="rtl"] .gfield-admin-icons {
left: auto;
right: 1rem;
}
html[dir="rtl"] .gfield-admin-icons button.gfield-delete {
border-left: none;
border-radius: 3px 0 0 3px;
}
html[dir="rtl"] .gfield-admin-icons .gfield-drag {
border-left: 1px solid #d5d7e9;
border-radius: 0 3px 3px 0;
z-index: 20;
}
html[dir="rtl"] .gfield-admin-icons .gfield-icon {
left: 0;
right: auto;
}
html[dir="rtl"] body .gform_wrapper button.gfield-delete, html[dir="rtl"] body .gform_wrapper button.gfield-duplicate, html[dir="rtl"] body .gform_wrapper .gfield-drag, html[dir="rtl"] body .gform_wrapper .gfield-icon {
text-align: center !important;
}
.gform_editor_status {
background: #32373c;
border-radius: 4px;
bottom: 6.125rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
color: #fff;
font-size: 0.8125rem;
font-style: normal;
font-weight: 400;
line-height: 1.125rem;
padding: 1rem 1.5rem;
position: fixed;
z-index: 99;
}
.gform_editor_status a {
color: #fff;
margin-left: 0.375rem;
}
.gform_editor .ginput_container_date input {
max-width: 100%;
}
.gform_editor .ginput_container_date select {
padding-right: 2rem;
}
html[dir="rtl"] .gform_editor .ginput_container_date select {
padding-left: 2rem;
padding-right: 0;
}
#sidebar_field_label::after {
background-color: #ecedf8;
border: 1px solid #d5d7e9;
border-radius: 40px;
content: attr(data-fieldId-Label) attr(data-fieldId);
float: right;
font-size: 0.6875rem;
font-weight: 600;
padding: 0.1125rem 0.4625rem;
}
html[dir="rtl"] #sidebar_field_label::after {
float: left;
margin: 0 1rem 0.5rem 1rem;
}
#sidebar_field_info #sidebar_field_description #sidebar_field_text {
color: #555d66;
font-size: 0.8125rem;
height: auto;
line-height: 1rem;
padding-right: 4.375rem;
padding-top: 0.375rem;
text-align: left;
}
.gf-html-container {
width: 70%;
}
.admin-hidden-markup .gform-icon--hidden {
margin-right: 0.25rem;
}
/*
* Styles for the editor for forms using legacy markup.
*
* Used in editor.css.
*/
.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour {
align-items: baseline;
display: flex;
margin-right: 0.75rem;
}
.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour input {
min-width: 92%;
width: 92%
}
.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour input[type="number"] {
margin-right: 0.375rem;
width: calc(3rem + 8px);
}
.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour i {
font-style: normal;
}
.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_minute input[type="number"] {
width: calc(3rem + 8px);
}
.gform_wrapper.gravity-theme.gform_legacy_markup .ginput_container_time {
flex-basis: auto;
}
.gform_wrapper.gravity-theme.gform_legacy_markup .ginput_container_time input[type="text"] + i {
margin-left: 0.25rem;
}
html[dir="rtl"] .gform_editor.gform_legacy_markup .gfield_time_hour {
margin-left: 0.75rem;
margin-right: 0;
}
html[dir="rtl"] .gform_editor.gform_legacy_markup .gfield_time_hour i {
float: none;
}
html[dir="rtl"] .gform_editor.gform_legacy_markup .gfield_time_hour input[type="number"] {
margin-left: 0.375rem;
margin-right: 0;
}
html[dir="rtl"] .gform_editor.gform_legacy_markup .ginput_container_time {
margin-right: 0;
}
html[dir="rtl"] .gform_editor.gform_legacy_markup .ginput_container_time input[type="text"] + i {
margin-right: 0.4rem;
}
/*
* Global styles for the form editor.
*
* Used in editor.css.
*
* This needs to be broken into more discrete components.
*/
/** Reset **/
.gforms_edit_form {
line-height: 1.188rem;
}
.gforms_edit_form button:focus, .gforms_edit_form li:focus {
outline: none;
}
/** Font **/
.gforms_edit_form, .gforms_form_settings_wrap, .gform-settings__wrapper, .gforms_help, #gf-admin-notices-wrapper {
font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
}
/** Page layout **/
.toplevel_page_gf_edit_forms {
background-color: #fff;
}
body.toplevel_page_gf_edit_forms #wpfooter {
display: none;
}
body.toplevel_page_gf_edit_forms #wpcontent {
padding-left: 0;
}
body.toplevel_page_gf_edit_forms #wpbody-content {
width: 100%;
}
body.toplevel_page_gf_edit_forms #gform-form-toolbar {
border-bottom: 1px solid #ecedf8;
box-shadow: none;
margin: 0 0 0 0;
}
body.toplevel_page_gf_edit_forms .gforms_edit_form {
bottom: 0;
display: flex;
flex-grow: 1;
height: 100vh;
margin: 0 0 0 0 !important;
overscroll-behavior-y: none;
position: fixed;
top: 46px;
width: 100%
}
@media (min-width: 783px) {
body.toplevel_page_gf_edit_forms .gforms_edit_form {
top: 32px
}
}
body.toplevel_page_gf_edit_forms .gforms_edit_form > table {
background-color: #fff;
padding-top: 3.75rem;
}
/* In form editor, hide anything that is not related to form editing ( notices and update alerts .. etc ),
unless explicitly defined */
#wpbody-content > div:not(.gforms_edit_form):not(.gforms_force_editor_display) {
display: none !important;
}
/*
* Form editor toolbar.
*
* Used in editor.css.
*/
body.toplevel_page_gf_edit_forms .gform-form-toolbar {
margin: 0;
max-width: 100%;
padding: 0 0.5rem 0 0;
position: fixed;
width: calc(100% - 160px);
}
body.toplevel_page_gf_edit_forms .gform-form-switcher__container {
top: 87px !important;
}
body.toplevel_page_gf_edit_forms.gform-jetpack-admin-menu .gform-form-toolbar {
width: calc(100% - 272px);
}
body.toplevel_page_gf_edit_forms.folded .gform-form-toolbar {
width: calc(100% - 36px);
}
/*
* Modal styles.
*
* Used in editor.css.
*
* This is probably redundant with other modal styles.
*/
.gf-popover {
-webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
display: none;
position: absolute;
top: 45px;
}
@-webkit-keyframes components-animate__appear-animation {
from {
transform: translateY(-2em) scaleY(0) scaleX(0);
}
to {
transform: translateY(0%) scaleY(1) scaleX(1);
}
}
@keyframes components-animate__appear-animation {
from {
transform: translateY(-2em) scaleY(0) scaleX(0);
}
to {
transform: translateY(0%) scaleY(1) scaleX(1);
}
}
.gf-popover::after {
border-bottom-color: rgb(255, 255, 255);
border-bottom-style: solid;
border-bottom-width: 8px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgba(0, 0, 0, 0);
border-left-style: solid;
border-left-width: 8px;
border-right-color: rgba(0, 0, 0, 0);
border-right-style: solid;
border-right-width: 8px;
border-top-color: rgb(68, 68, 68);
border-top-style: none;
border-top-width: 0;
content: "";
display: block;
height: 0;
left: 18.5px;
line-height: 0px;
margin-left: -10px;
position: absolute;
top: -6px;
width: 0;
}
.gf-popover::before {
border-bottom-color: rgb(226, 228, 231);
border-bottom-style: solid;
border-bottom-width: 8px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgba(0, 0, 0, 0);
border-left-style: solid;
border-left-width: 8px;
border-right-color: rgba(0, 0, 0, 0);
border-right-style: solid;
border-right-width: 8px;
border-top-color: rgb(68, 68, 68);
border-top-style: none;
border-top-width: 0;
content: "";
display: block;
height: 0;
left: 18.5px;
line-height: 0px;
margin-left: -10px;
position: absolute;
top: -8px;
width: 0;
}
.gf-popover__content {
background: #fff;
border: 1px solid #e2e4e7;
border-bottom: 1px solid #e2e4e7;
box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
height: auto;
overflow-y: auto;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
width: 200px;
}
.gf-popover__button:focus {
border: none;
box-shadow: none;
color: #1e1e1e;
outline: 1px dotted #1e1e1e;
outline-offset: -2px;
}
.gf-popover__button:hover {
background: #f3f4f5;
border: none;
box-shadow: none;
color: #1e1e1e;
}
.gf-popover__button {
background: none;
border: none;
border-radius: 4px;
box-shadow: none;
color: #40464d;
cursor: pointer;
display: flex;
font-size: 0.8125rem;
padding: 8px 15px;
text-align: left;
text-decoration: none;
transition: box-shadow 0.1s linear;
width: 100%;
}
.gf-popover__button :first-child {
margin-right: 4px;
}
/*
* Tabs in the form editor sidebar.
*
* Used in editor.css.
*/
div.ui-tabs div.ui-tabs-panel {
border: none;
}
div.ui-widget-content {
background-color: #fff;
}
/*
* Form editor sidebar.
*
* Used in editor.css.
*
* This needs to be broken into more discrete components.
*/
.editor-sidebar {
height: 100%;
position: fixed;
right: 0;
top: 110px;
z-index: 1
}
@media (min-width: 783px) {
.editor-sidebar {
top: 96px
}
}
html[dir="rtl"] .editor-sidebar {
left: 0;
right: unset;
}
.sidebar {
background-color: #fff;
border-bottom: 1px solid #ecedf8;
border-left: 1px solid #ecedf8;
max-height: calc(100% - 85px);
min-height: calc(100% - 85px);
padding: 0;
width: 370px;
}
.sidebar .sidebar__nav-wrapper {
background-color: inherit;
border-bottom: 1px solid #ecedf8 !important;
height: 8.0625rem;
padding: 0;
position: fixed;
width: 16.875rem;
z-index: 1000
}
@media (min-width: 960px) {
.sidebar .sidebar__nav-wrapper {
width: 23.125rem
}
}
.sidebar .sidebar__nav-wrapper .search-button {
box-sizing: border-box;
padding: 1rem;
position: relative;
width: 100%;
}
.sidebar .sidebar__nav-wrapper .sidebar__nav {
border-bottom: 0 !important;
display: flex;
width: 100%;
}
.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item {
flex-grow: 1;
height: 3rem;
}
.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item .sidebar__nav__item-text {
align-items: center;
box-sizing: border-box;
display: flex;
height: 2.8125rem;
justify-content: center;
line-height: 0.875rem;
width: 100%;
}
.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item .sidebar__nav__item-text-inner {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.sidebar .sidebar-instructions {
padding: 21px 23px 21px 57px;
position: relative;
}
.sidebar .sidebar-instructions p {
margin: 0;
}
.sidebar .sidebar-instructions::before {
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTIuMjVINC44OTA1NEw0LjgxNjMgMTIuMzMwNEwwLjI1IDE3LjI3NzNWMC42MTgzMjFMMTEuNDk0IDEyLjI1SDVaTTEuNDE2NjcgMTMuNjY2N1YxNC4zMTE5TDEuODUxNDEgMTMuODM1MUw0LjM2MDM3IDExLjA4MzNIOC4xNjY2N0g4Ljc1NDQ3TDguMzQ2NzUgMTAuNjU5OUwxLjg0Njc1IDMuOTA5OTJMMS40MTY2NyAzLjQ2MzNWNC4wODMzM1YxMy42NjY3WiIgZmlsbD0iIzI0Mjc0OCIgc3Ryb2tlPSIjMjQyNzQ4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L3N2Zz4K);
height: 1.0625rem;
left: 1.6875rem;
line-height: 1.25rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 1.0625rem;
}
.sidebar .field_settings, .sidebar .panel-block-tabs {
overflow-y: auto;
}
.sidebar .field_settings .simplebar-wrapper, .sidebar .panel-block-tabs .simplebar-wrapper {
height: 100%;
}
.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active, .sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default {
background-color: transparent;
border: none;
border-radius: 0;
margin: 0;
min-width: 6.6875rem;
}
.sidebar__nav__item-text {
padding: 0 0.625rem;
}
.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default a, #gform-form-toolbar_links li a {
box-shadow: none;
color: #242748;
display: block;
font-size: 0.8125rem;
font-weight: 400;
line-height: 45px;
outline: none;
padding: 0;
text-align: center;
vertical-align: middle;
width: 100%;
}
.sidebar .sidebar__nav li.sidebar__nav__item a::after {
transition: all 0.15s linear;
}
.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default a::after {
background: transparent;
border-radius: 0;
content: " ";
display: block;
height: 2px;
transition: all 0.15s linear;
width: 100%;
}
.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-hover a::after {
background: #d5d7e9;
border-radius: 0;
content: " ";
display: block;
height: 3px;
transition: all 0.15s linear;
width: 100%;
}
.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a::after {
background: #3e7da6;
border-radius: 0;
content: " ";
display: block;
height: 3px;
width: 100%;
}
.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:focus, .sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:active {
box-shadow: none;
}
.panel-block-tabs__toggle .ui-accordion-header-active {
margin-bottom: 5px;
}
.panel-block-tabs__toggle i::before {
color: #9092b2;
content: "\f347";
}
.panel-block-tabs__toggle:hover {
background: #f6f9fc;
}
.panel-block-tabs__toggle:hover i::before {
color: #242748;
}
.panel-block-tabs__toggle:focus {
border-color: #3985b7;
outline: none;
}
.panel-block-tabs__toggle.ui-accordion-header-active i::before {
content: "\f343";
}
.panel-block-tabs__toggle i {
color: #9092b2;
font-family: "dashicons";
font-size: 18px;
font-style: normal;
position: absolute;
right: 1rem;
}
.search-button span {
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ5OTYgMTAuOTk5NkgxMS43MDk2TDExLjQyOTYgMTAuNzI5NkMxMi42Mjk2IDkuMzI5NjUgMTMuMjQ5NiA3LjQxOTY1IDEyLjkwOTYgNS4zODk2NUMxMi40Mzk2IDIuNjA5NjUgMTAuMTE5NiAwLjM4OTY0OSA3LjMxOTY1IDAuMDQ5NjQ5QzMuMDg5NjUgLTAuNDcwMzUxIC0wLjQ3MDM1MSAzLjA4OTY1IDAuMDQ5NjQ5IDcuMzE5NjVDMC4zODk2NDkgMTAuMTE5NiAyLjYwOTY1IDEyLjQzOTYgNS4zODk2NSAxMi45MDk2QzcuNDE5NjUgMTMuMjQ5NiA5LjMyOTY1IDEyLjYyOTYgMTAuNzI5NiAxMS40Mjk2TDEwLjk5OTYgMTEuNzA5NlYxMi40OTk2TDE1LjI0OTYgMTYuNzQ5NkMxNS42NTk2IDE3LjE1OTYgMTYuMzI5NiAxNy4xNTk2IDE2LjczOTYgMTYuNzQ5NkMxNy4xNDk2IDE2LjMzOTYgMTcuMTQ5NiAxNS42Njk2IDE2LjczOTYgMTUuMjU5NkwxMi40OTk2IDEwLjk5OTZaTTYuNDk5NjUgMTAuOTk5NkM0LjAwOTY1IDEwLjk5OTYgMS45OTk2NSA4Ljk4OTY1IDEuOTk5NjUgNi40OTk2NUMxLjk5OTY1IDQuMDA5NjUgNC4wMDk2NSAxLjk5OTY1IDYuNDk5NjUgMS45OTk2NUM4Ljk4OTY1IDEuOTk5NjUgMTAuOTk5NiA0LjAwOTY1IDEwLjk5OTYgNi40OTk2NUMxMC45OTk2IDguOTg5NjUgOC45ODk2NSAxMC45OTk2IDYuNDk5NjUgMTAuOTk5NloiIGZpbGw9IiM5MDkyQjIiLz4KPC9zdmc+Cg==);
height: 1.0625rem;
line-height: 1.25rem;
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
width: 1.0625rem;
}
.search-button:hover span {
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ5OTYgMTAuOTk5NkgxMS43MDk2TDExLjQyOTYgMTAuNzI5NkMxMi42Mjk2IDkuMzI5NjUgMTMuMjQ5NiA3LjQxOTY1IDEyLjkwOTYgNS4zODk2NUMxMi40Mzk2IDIuNjA5NjUgMTAuMTE5NiAwLjM4OTY0OSA3LjMxOTY1IDAuMDQ5NjQ5QzMuMDg5NjUgLTAuNDcwMzUxIC0wLjQ3MDM1MSAzLjA4OTY1IDAuMDQ5NjQ5IDcuMzE5NjVDMC4zODk2NDkgMTAuMTE5NiAyLjYwOTY1IDEyLjQzOTYgNS4zODk2NSAxMi45MDk2QzcuNDE5NjUgMTMuMjQ5NiA5LjMyOTY1IDEyLjYyOTYgMTAuNzI5NiAxMS40Mjk2TDEwLjk5OTYgMTEuNzA5NlYxMi40OTk2TDE1LjI0OTYgMTYuNzQ5NkMxNS42NTk2IDE3LjE1OTYgMTYuMzI5NiAxNy4xNTk2IDE2LjczOTYgMTYuNzQ5NkMxNy4xNDk2IDE2LjMzOTYgMTcuMTQ5NiAxNS42Njk2IDE2LjczOTYgMTUuMjU5NkwxMi40OTk2IDEwLjk5OTZaTTYuNDk5NjUgMTAuOTk5NkM0LjAwOTY1IDEwLjk5OTYgMS45OTk2NSA4Ljk4OTY1IDEuOTk5NjUgNi40OTk2NUMxLjk5OTY1IDQuMDA5NjUgNC4wMDk2NSAxLjk5OTY1IDYuNDk5NjUgMS45OTk2NUM4Ljk4OTY1IDEuOTk5NjUgMTAuOTk5NiA0LjAwOTY1IDEwLjk5OTYgNi40OTk2NUMxMC45OTk2IDguOTg5NjUgOC45ODk2NSAxMC45OTk2IDYuNDk5NjUgMTAuOTk5NloiIGZpbGw9IiMzRTdEQTYiLz4KPC9zdmc+Cg==);
}
.search-button.clearable .clear-button {
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjU4NTc5IDZMMC4yOTI4OTMgMS43MDcxMUMtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAwLjY4MzQxOCAwLjI5Mjg5MyAwLjI5Mjg5M0MwLjY4MzQxOCAtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAxLjcwNzExIDAuMjkyODkzTDYgNC41ODU3OUwxMC4yOTI5IDAuMjkyODkzQzEwLjY4MzQgLTAuMDk3NjMxMSAxMS4zMTY2IC0wLjA5NzYzMTEgMTEuNzA3MSAwLjI5Mjg5M0MxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMS4zMTY1OCAxMS43MDcxIDEuNzA3MTFMNy40MTQyMSA2TDExLjcwNzEgMTAuMjkyOUMxMi4wOTc2IDEwLjY4MzQgMTIuMDk3NiAxMS4zMTY2IDExLjcwNzEgMTEuNzA3MUMxMS4zMTY2IDEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDEwLjI5MjkgMTEuNzA3MUw2IDcuNDE0MjFMMS43MDcxMSAxMS43MDcxQzEuMzE2NTggMTIuMDk3NiAwLjY4MzQxOCAxMi4wOTc2IDAuMjkyODkzIDExLjcwNzFDLTAuMDk3NjMwOSAxMS4zMTY2IC0wLjA5NzYzMDkgMTAuNjgzNCAwLjI5Mjg5MyAxMC4yOTI5TDQuNTg1NzkgNloiIGZpbGw9IiMyNDI3NDgiLz4KPC9zdmc+Cg==);
max-height: 0.75rem;
max-width: 0.75rem;
padding-right: 0.3175rem;
}
.search-button.clearable:hover .clear-button {
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjU4NTc5IDZMMC4yOTI4OTMgMS43MDcxMUMtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAwLjY4MzQxOCAwLjI5Mjg5MyAwLjI5Mjg5M0MwLjY4MzQxOCAtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAxLjcwNzExIDAuMjkyODkzTDYgNC41ODU3OUwxMC4yOTI5IDAuMjkyODkzQzEwLjY4MzQgLTAuMDk3NjMxMSAxMS4zMTY2IC0wLjA5NzYzMTEgMTEuNzA3MSAwLjI5Mjg5M0MxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMS4zMTY1OCAxMS43MDcxIDEuNzA3MTFMNy40MTQyMSA2TDExLjcwNzEgMTAuMjkyOUMxMi4wOTc2IDEwLjY4MzQgMTIuMDk3NiAxMS4zMTY2IDExLjcwNzEgMTEuNzA3MUMxMS4zMTY2IDEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDEwLjI5MjkgMTEuNzA3MUw2IDcuNDE0MjFMMS43MDcxMSAxMS43MDcxQzEuMzE2NTggMTIuMDk3NiAwLjY4MzQxOCAxMi4wOTc2IDAuMjkyODkzIDExLjcwNzFDLTAuMDk3NjMwOSAxMS4zMTY2IC0wLjA5NzYzMDkgMTAuNjgzNCAwLjI5Mjg5MyAxMC4yOTI5TDQuNTg1NzkgNloiIGZpbGw9IiMyNDI3NDgiLz4KPC9zdmc+Cg==);
}
html[dir="rtl"] .search-button span {
left: 2rem;
right: auto;
right: initial;
}
html[dir="rtl"] .search-button::after {
left: 1.75rem;
right: auto;
}
.gf-field-group__no-results {
font-size: 0.75rem;
font-style: italic;
padding: 0 1rem;
}
.panel-block-tabs__body--nopadding {
padding: 1rem 0 0 0;
}
.panel-block-tabs__body--settings label {
margin-bottom: 0.5rem;
}
.panel-block-tabs__body--settings .field-choice-row label {
margin-bottom: 0;
}
.sidebar .sidebar__panel {
padding: 131px 0 0;
}
.sidebar__panel.ui-tabs-panel {
display: flex;
flex-flow: column;
height: calc(100vh - 220px);
text-align: left;
}
.panel-block--flex {
display: flex;
flex-shrink: 0;
}
.panel-block--hidden {
display: none;
}
#nothing_selected {
padding: 25px;
text-align: center;
}
li.pagination_setting, li.field_setting {
margin-bottom: 0.9375rem;
}
li.pagination_setting .percentage_style_setting ~ .percentage_custom_container {
margin-top: 0.9375rem;
}
.input_active_icon {
margin: 0.3rem 0 0 0;
}
.field-choice-row {
align-items: center;
display: flex;
flex-flow: row nowrap;
padding: 0;
width: 100%;
}
.field-choice-row + .field-choice-row {
margin-top: 0.5rem;
}
/* The :not() rule here allows us to use less-specific selectors for our field choice buttons, enabling us
to eventually deprecate and remove these styles altogether post-2.5 */
.field-choice-row button:not(.field-choice-button):hover, .field-choice-row button:not(.field-choice-button) {
background: transparent;
border: none;
color: #000;
cursor: pointer;
vertical-align: middle;
}
.gf_insert_field_choice, .gf_delete_field_choice, .field-choice-button {
background: transparent center center no-repeat;
border: 0 none;
cursor: pointer;
height: 0.625rem;
width: 0.625rem;
}
.field-choice-button::before {
content: none;
}
.gf_insert_field_choice, .field-choice-button--insert {
background-image: url(../images/icon-add.svg);
margin: 0 0.25rem;
}
.gf_delete_field_choice, .field-choice-button--delete {
background-image: url(../images/icon-close-small.svg);
margin-left: 0.25rem;
}
.gf_insert_field_choice, .gf_delete_field_choice {
font-family: "dashicons";
}
html:not([dir="rtl"]) .field-choice-row .field-choice-button--delete {
margin-left: 0.25rem;
}
html[dir="rtl"] .field-choice-row .field-choice-button--delete {
margin-right: 0.25rem;
}
.field-choice-button--insert, .field-choice-button--delete {
margin: 0;
padding: 0.65rem
}
.field-choice-button--insert:focus, .field-choice-button--delete:focus {
box-shadow: 0 0 0 2px #bed8ed;
}
.field-choice-button--delete {
margin-right: 0.1rem;
}
.field-choice-handle {
background: url(../images/icon-handle.svg) center center no-repeat;
cursor: move;
display: inline-block;
height: 0.75rem;
vertical-align: middle;
width: 0.625rem;
}
html:not([dir="rtl"]) .field-choice-handle {
margin-right: 0.3125rem;
width: 0.588rem;
}
html[dir="rtl"] .field-choice-handle {
margin-left: 0.3125rem;
width: 0.588rem;
}
#sidebar_field_info {
color: #242748;
font-size: 0.8125rem;
padding: 15px 0 17px 0;
text-align: center;
width: 100%;
}
#sidebar_field_info #sidebar_field_description #sidebar_field_text {
color: #242748;
font-size: 0.8125rem;
height: auto;
line-height: 1.188rem;
padding-top: 6px;
text-align: left;
}
#sidebar_field_info #sidebar_field_description #sidebar_field_label {
color: #242748;
font-size: 13px;
font-weight: 500;
height: 18px;
line-height: 1.188rem;
text-align: left;
}
#sidebar_field_info #sidebar_field_description {
width: 75%;
}
#sidebar_field_info #sidebar_field_icon {
align-items: center;
display: flex;
font-size: 1.5rem;
justify-content: center;
width: 68px;
}
/*
* Miscellaneous styles for the form editor.
*
* Used in editor.css.
*
* This needs to be broken into more discrete components.
*/
.gf_editor_status:active, .gf_editor_status:focus {
background-color: #1e1e1e;
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
}
.gf_editor_status:hover {
background-color: #1e1e1e;
}
.gf_editor_status a:hover {
color: #007cba;
}
.gf_editor_status {
background-color: #242748;
border-radius: 4px;
bottom: 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
font-size: 0.8125rem;
height: 3.125rem;
left: 11rem;
max-width: 600px;
opacity: 0;
padding: 1rem 1.5rem;
position: fixed;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.gf_editor_status a {
color: #fff;
display: inline-block;
height: auto;
line-height: 1.4;
margin-left: 2rem;
padding: 0
}
.gf_editor_status a:focus {
box-shadow: none;
outline: none;
}
.rtl .gf_editor_status {
left: auto;
right: 11rem;
}
.rtl .gf_editor_status a {
margin-left: 0;
margin-right: 2rem;
}
.folded .gf_editor_status {
left: 52px;
}
#gfield_settings_category_container, #gfield_settings_choices_container, .gfield_settings_input_choices_container {
margin-bottom: 0.5rem;
margin-top: 0.9rem;
max-height: 222px;
overflow-y: auto;
}
#gfield_settings_choices_container label {
padding: 0;
}
html:not([dir="rtl"]) #gfield_settings_choices_container label:first-child {
margin-left: 3.125rem;
}
html[dir="rtl"] #gfield_settings_choices_container label:first-child {
margin-right: 3.125rem;
}
#field_columns li input.field-choice-text {
margin-bottom: 0.5rem;
}
#gfield_settings_choices_container .gfield_choice_header_label {
display: inline-block !important;
width: calc(100% - 6rem);
}
.limits-enabled #gfield_settings_choices_container .gfield_choice_header_label {
width: calc(100% - 8.5rem);
}
#gfield_settings_choices_container.choice_with_value .gfield_choice_header_label {
width: calc(50% - 3rem);
}
.limits-enabled #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label {
width: calc(50% - 4.4375rem);
}
#gfield_settings_choices_container .gfield_choice_header_value {
width: calc(50% - 3rem);
}
.limits-enabled #gfield_settings_choices_container .gfield_choice_header_value {
width: calc(50% - 4.4375rem);
}
html[dir="rtl"] #gfield_settings_choices_container .gfield_choice_header_label + .gfield_choice_header_value {
margin-right: 0.75rem;
}
.limits-enabled #gfield_settings_choices_container .gfield_choice_header_limit {
float: none;
margin-right: 0;
width: 2.5rem;
}
#gfield_settings_choices_container.choice_with_price > label {
width: calc(50% - 3rem);
}
.limits-enabled #gfield_settings_choices_container.choice_with_price > label {
width: calc(50% - 4.4375rem);
}
.limits-enabled #gfield_settings_choices_container.choice_with_price .gfield_choice_header_limit {
width: 2.5rem;
}
#gfield_settings_choices_container.choice_with_price .field-choice-input {
flex-basis: calc(50% - 3rem);
width: calc(50% - 3rem);
}
.limits-enabled #gfield_settings_choices_container.choice_with_price .field-choice-input {
flex-basis: auto;
width: calc(50% - 4.25rem);
}
#gfield_settings_choices_container.choice_with_value_and_price > label {
width: calc(33.332% - 2rem);
}
.limits-enabled #gfield_settings_choices_container.choice_with_value_and_price > label {
width: calc(33.332% - 2.8125rem);
}
#gfield_settings_choices_container.choice_with_value_and_price .field-choice-price {
margin-left: 0.3125rem;
}
#gfield_settings_choices_container.choice_with_value_and_price .field-choice-input:not(.field-choice-limit) {
flex-basis: calc(33.332% - 2rem);
width: calc(33.332% - 2rem);
}
.limits-enabled #gfield_settings_choices_container.choice_with_value_and_price .field-choice-input:not(.field-choice-limit) {
width: calc(33.332% - 2.8125rem);
}
.gfield_rule_input, .gfield_rule_value_dropdown {
display: none
}
.gfield_rule_input.active, .gfield_rule_value_dropdown.active {
display: inline-block;
}
#legacy_field_settings_container {
display: none !important;
left: 0;
position: absolute;
top: 0;
}
.gf_calculation_buttons {
align-items: center;
background-color: #f5f5f5;
border-radius: 5px 5px 0 0;
box-shadow: inset 0 0 0 1px #ddd;
display: flex;
float: none;
height: 30px;
margin-right: 0;
margin-top: 7px;
padding-bottom: 5px;
padding-top: 5px;
width: 100%;
}
.gf_calculation_trigger {
display: inline-block;
margin: 0.25rem 0 0.75rem;
}
.gf_calculation_buttons input[type="button"] {
background-color: #f5f5f5;
border: 1px solid #cfcfcf;
border-radius: 5px;
cursor: pointer;
float: none;
font-weight: 600;
height: 27px;
margin-left: 5px;
padding: 0;
text-align: center;
width: 27px;
}
.field_calculation_rounding label {
display: block;
margin-bottom: 0.75rem;
}
#field_calculation_formula {
border-radius: 0 0 5px 5px;
}
.notice {
display: none;
}
#gform_input_mask {
padding-top: 0.9375rem;
}
.maxlen_setting.field_setting {
min-height: 4.1875rem;
}
.gform_inline_options {
display: flex;
justify-content: flex-start;
}
.gform_inline_options div {
padding-right: 0.5rem;
}
html[dir="rtl"] .gform_inline_options div {
padding-left: 0.5rem;
padding-right: 0;
}
#form_editor_fields_container .gform_wrapper .hour_minute_colon {
padding: 0.5rem;
}
.post_custom_field_setting > div {
margin-bottom: 12px;
}
/* Hidden fields should be visible in form editor */
#form_editor_fields_container .gfield_visibility_hidden, #form_editor_fields_container .gf_invisible {
left: unset;
position: relative;
visibility: visible;
}
/* Hidden fields should be designed as hidden in the editor */
.gform_editor ul .admin-hidden-markup {
margin-top: -1rem;
position: relative;
}
.gform_editor ul .admin-hidden-markup span {
color: #1e1e1e;
display: inline-block;
font-size: 0.8125rem;
margin-left: 0.625rem;
position: absolute;
top: 50%;
transform: translateY(-52%);
}
.gform_editor ul .admin-hidden-markup i.dashicon.dashicons-hidden {
color: #1e1e1e;
font-family: "dashicons";
font-size: 1.125rem;
}
/* Other */
div.settings_control_container div.gfield_admin_header_title {
display: none;
margin-top: -4px;
}
.field_edit_icon, .form_edit_icon {
display: none;
float: right;
margin-left: 6px;
}
.field_duplicate_icon {
display: none;
float: right;
margin: 0 0 0 8px;
}
.field_duplicate_icon i {
color: #185d7c !important;
}
.field_delete_icon, .form_delete_icon {
display: none;
float: right;
margin: -1px 0 0 6px !important;
}
.gforms_edit_form .gform_wrapper .ginput_container_date {
display: inline;
}
/* Addons Specific */
#gfcs-container #gfcs-drop {
width: auto;
}
/* dont use this anymore, use logical grouping */
/*
* RTL styles for the form editor.
*
* Used in editor.css.
*
* These styles should all be moved to the same component as LTR styles for the same elements.
*/
html[dir="rtl"] body.toplevel_page_gf_edit_forms #wpcontent {
padding-left: 0;
padding-right: 0;
}
html[dir="rtl"] .sidebar {
border-left: none;
border-right: 1px solid #9092b2;
}
html[dir="rtl"] .ui-tabs .ui-tabs-nav li {
float: right;
}
html[dir="rtl"] #sidebar_field_info {
flex-flow: row-reverse;
justify-content: space-between;
}
html[dir="rtl"] #sidebar_field_info #sidebar_field_description #sidebar_field_label {
text-align: right;
}
html[dir="rtl"] #sidebar_field_info #sidebar_field_description #sidebar_field_text {
padding-right: 0;
text-align: right;
}
html[dir="rtl"] #sidebar_field_info #sidebar_field_icon {
order: 3;
}
html[dir="rtl"] .section_label, html[dir="rtl"] .panel-block-tabs__toggle {
text-align: right;
}
html[dir="rtl"] .panel-block-tabs__toggle i {
left: 27px;
right: inherit;
}
html[dir="rtl"] .panel-block-tabs__toggle {
padding-left: 0;
padding-right: 10px;
}
html[dir="rtl"] #gppa > li, html[dir="rtl"] .panel-block-tabs__body > li {
text-align: right;
}
html[dir="rtl"] .panel-block-tabs__body--settings input[type="checkbox"] + label::before, html[dir="rtl"] .panel-block-tabs__body--settings input[type="checkbox"]:not(.gform-field__toggle-input):not(.field-choice-type) + label::before {
margin-left: 6px;
margin-right: 0;
}
html[dir="rtl"] .choices_setting.field_setting > div:first-child {
float: left !important;
}
html[dir="rtl"] .right ul#gf__tag_list {
left: 0;
}
html[dir="rtl"] .right ul#gf_merge_tag_list {
left: 0;
right: auto;
right: initial;
}
/* dont use this anymore, put rtl at the bottom of each partial */
/*
* Responsive styles for the form editor.
*
* Used in editor.css.
*
* These styles should all be moved to the same component as non-responsive styles for the same elements.
*/
@media only screen and (max-width: 960px) {
.editor-sidebar {
width: 270px;
}
.sidebar {
width: 270px;
}
.sidebar .sidebar__nav {
width: 270px;
}
.add-buttons li button {
height: 5.3125rem;
white-space: normal;
width: 90%;
}
.add-buttons, .panel-block-tabs__body {
padding: 0 8px 16px 8px;
}
.sidebar .ui-tabs .ui-tabs-nav {
width: 270px;
}
body.toplevel_page_gf_edit_forms.auto-fold #gform-form-toolbar {
width: calc(100% - 36px);
}
}
@media only screen and (max-width: 782px) {
.wp-responsive-open .editor-sidebar {
right: -207px;
}
html[dir="rtl"] .wp-responsive-open .editor-sidebar {
left: -207px;
}
body.toplevel_page_gf_edit_forms.auto-fold #gform-form-toolbar {
width: 100%;
}
.sidebar {
max-height: calc(100% - 79px);
min-height: calc(100% - 79px);
}
.gform_editor {
padding: 0;
}
}
/* dont use this anymore, use inline media queries */
/* Utils */
/*
* Utility classes to handle styles across various contexts.
*
* Used in admin.css.
*/
/* colors */
.gform-admin .gform-c-warning-text {
color: #a16938;
}
.gform-admin .gform-c-error-text {
color: #dd301d;
}
.gform-admin .gform-c-red {
color: #dd301d;
}
.gform-admin .gform-c-hunter {
color: #276a52;
}
.gform-admin .gform-c-orange {
color: #f15a2b;
}
.gform-admin .gform-c-blue-ribbon {
color: #175cff;
}
/* spacing */
.gform-admin .gform-p-16 {
padding: 1rem;
}
/* a11y */
.gform-admin .gform-visually-hidden {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
}
/* IE util classes */
.gform-hide-if-ie {
display: inherit;
}
.gform-show-if-ie {
display: none;
}
.gform-hide-if-not-ie {
display: none;
}
.gform-show-if-not-ie {
display: inherit;
}
.gform-fade-if-not-ie {
opacity: 0.4;
}
.gform-fade-if-not-ie, .gform-fade-if-not-ie * {
pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.gform-hide-if-ie {
display: none;
}
.gform-show-if-ie {
display: inherit;
}
.gform-hide-if-not-ie {
display: inherit;
}
.gform-show-if-not-ie {
display: none;
}
.gform-fade-if-ie {
opacity: 0.4;
}
.gform-fade-if-not-ie {
cursor: inherit;
opacity: inherit;
pointer-events: inherit;
}
}
/*# sourceMappingURL=editor.css.map */